home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / mac / ASIAWIN / SHARED.DIR / 00187_Script_187 < prev    next >
Text File  |  1995-08-23  |  201b  |  12 lines

  1. on mouseUp
  2.   global g_num_pics
  3.   
  4.   mouseClick
  5.   set the visible of sprite 2 to FALSE
  6.   updateStage
  7.   if the frame=65 then
  8.     go to label("SEND")
  9.   else 
  10.     go to the frame -1
  11.   end if
  12. end